home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / access / xcxt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  340 b   |  14 lines

  1. /*
  2.  * xcxt.h --
  3.  *    POSTGRES transaction context definitions.
  4.  *
  5.  *  NOTE: THIS FILE MUST DIE - GREG
  6.  *
  7.  * Identification:
  8.  *    $Header: /private/postgres/src/lib/H/access/RCS/xcxt.h,v 1.13 1991/11/08 15:43:58 kemnitz Exp $
  9.  */
  10.  
  11. #ifndef    XCxtIncluded    /* Include this file only once */
  12. #define XCxtIncluded    1
  13. #endif    /* !defined(XCxtIncluded) */
  14.